1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmLogin
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLogin))
26         Me.txtUser = New System.Windows.Forms.TextBox()
27         Me.txtPass = New System.Windows.Forms.TextBox()
28         Me.Label1 = New System.Windows.Forms.Label()
29         Me.Label2 = New System.Windows.Forms.Label()
30         Me.txtPath = New System.Windows.Forms.TextBox()
31         Me.Button1 = New System.Windows.Forms.Button()
32         Me.Button2 = New System.Windows.Forms.Button()
33         Me.PictureBox1 = New System.Windows.Forms.PictureBox()
34         Me.Label3 = New System.Windows.Forms.Label()
35         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
36         Me.SuspendLayout()
37         
'
38         
'txtUser
39         
'
40         Me.txtUser.Location = New System.Drawing.Point(
225, 41)
41         Me.txtUser.Name =
"txtUser"
42         Me.txtUser.Size = New System.Drawing.Size(
104, 20)
43         Me.txtUser.TabIndex =
1
44         
'
45         
'txtPass
46         
'
47         Me.txtPass.Location = New System.Drawing.Point(
225, 67)
48         Me.txtPass.Name =
"txtPass"
49         Me.txtPass.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
42)
50         Me.txtPass.Size = New System.Drawing.Size(
104, 20)
51         Me.txtPass.TabIndex =
2
52         
'
53         
'Label1
54         
'
55         Me.Label1.AutoSize = True
56         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
57         Me.Label1.Location = New System.Drawing.Point(
153, 42)
58         Me.Label1.Name =
"Label1"
59         Me.Label1.Size = New System.Drawing.Size(
70, 15)
60         Me.Label1.TabIndex =
3
61         Me.Label1.Text =
"User Name"
62         
'
63         
'Label2
64         
'
65         Me.Label2.AutoSize = True
66         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
67         Me.Label2.Location = New System.Drawing.Point(
158, 68)
68         Me.Label2.Name =
"Label2"
69         Me.Label2.Size = New System.Drawing.Size(
61, 15)
70         Me.Label2.TabIndex =
4
71         Me.Label2.Text =
"Password"
72         
'
73         
'txtPath
74         
'
75         Me.txtPath.Location = New System.Drawing.Point(
397, 28)
76         Me.txtPath.Name =
"txtPath"
77         Me.txtPath.Size = New System.Drawing.Size(
67, 20)
78         Me.txtPath.TabIndex =
7
79         
'
80         
'Button1
81         
'
82         Me.Button1.BackgroundImage = Global.FolderLock.My.Resources.Resources.button_ok
83         Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
84         Me.Button1.Location = New System.Drawing.Point(
225, 93)
85         Me.Button1.Name =
"Button1"
86         Me.Button1.Size = New System.Drawing.Size(
41, 38)
87         Me.Button1.TabIndex =
5
88         Me.Button1.UseVisualStyleBackColor = True
89         
'
90         
'Button2
91         
'
92         Me.Button2.BackgroundImage = Global.FolderLock.My.Resources.Resources.button_cancel
93         Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
94         Me.Button2.Location = New System.Drawing.Point(
288, 93)
95         Me.Button2.Name =
"Button2"
96         Me.Button2.Size = New System.Drawing.Size(
41, 38)
97         Me.Button2.TabIndex =
6
98         Me.Button2.UseVisualStyleBackColor = True
99         
'
100         
'PictureBox1
101         
'
102         Me.PictureBox1.Image = Global.FolderLock.My.Resources.Resources.Login_Manager
103         Me.PictureBox1.Location = New System.Drawing.Point(
12, 20)
104         Me.PictureBox1.Name =
"PictureBox1"
105         Me.PictureBox1.Size = New System.Drawing.Size(
123, 118)
106         Me.PictureBox1.TabIndex =
0
107         Me.PictureBox1.TabStop = False
108         
'
109         
'Label3
110         
'
111         Me.Label3.AutoSize = True
112         Me.Label3.Font = New System.Drawing.Font(
"Arial", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
113         Me.Label3.Location = New System.Drawing.Point(
232, 9)
114         Me.Label3.Name =
"Label3"
115         Me.Label3.Size = New System.Drawing.Size(
80, 29)
116         Me.Label3.TabIndex =
18
117         Me.Label3.Text =
"LogIn"
118         
'
119         
'frmLogin
120         
'
121         Me.AcceptButton = Me.Button1
122         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
123         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
124         Me.BackColor = System.Drawing.Color.CornflowerBlue
125         Me.ClientSize = New System.Drawing.Size(
352, 139)
126         Me.Controls.Add(Me.Label3)
127         Me.Controls.Add(Me.txtPath)
128         Me.Controls.Add(Me.Button2)
129         Me.Controls.Add(Me.Button1)
130         Me.Controls.Add(Me.Label2)
131         Me.Controls.Add(Me.Label1)
132         Me.Controls.Add(Me.txtPass)
133         Me.Controls.Add(Me.txtUser)
134         Me.Controls.Add(Me.PictureBox1)
135         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
136         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
137         Me.Name =
"frmLogin"
138         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
139         Me.Text =
"Form1"
140         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
141         Me.ResumeLayout(False)
142         Me.PerformLayout()
143
144     End Sub
145     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
146     Friend WithEvents txtUser As System.Windows.Forms.TextBox
147     Friend WithEvents txtPass As System.Windows.Forms.TextBox
148     Friend WithEvents Label1 As System.Windows.Forms.Label
149     Friend WithEvents Label2 As System.Windows.Forms.Label
150     Friend WithEvents Button1 As System.Windows.Forms.Button
151     Friend WithEvents Button2 As System.Windows.Forms.Button
152     Friend WithEvents txtPath As System.Windows.Forms.TextBox
153     Friend WithEvents Label3 As System.Windows.Forms.Label
154
155 End Class


Gõ tìm kiếm nhanh...